home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / kgdb.mips / RCS / local.mk,v < prev   
Encoding:
Text File  |  1992-03-03  |  1.3 KB  |  73 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    jhh:1.2; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     92.03.03.11.15.10;  author mendel;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     91.10.21.16.29.12;  author mendel;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @*** empty log message ***
  27. @
  28. text
  29. @#
  30. # This file is included by Makefile.  Makefile is generated automatically
  31. # by mkmf, and this file provides additional local personalization.  The
  32. # variable SYSMAKEFILE is provdied by Makefile;  it's a system Makefile
  33. # that must be included to set up various compilation stuff.
  34. #
  35.  
  36. NAME        = kgdb.mips
  37.  
  38. LIBS        += -ltermlib 
  39.  
  40. #
  41. # If the kernel debugger stub supports kdbx then KDBX must be defined when
  42. # compiling both the kernel debugger stub and kgdb.
  43. #
  44.  
  45. CFLAGS += -DKDBX
  46.  
  47. #include    <$(SYSMAKEFILE)>
  48.  
  49. .PATH.h        :  . gdb gdb/ds3100.md \
  50.             gdb/sprite gdb/dist gdb/dist/readline \
  51.             /sprite/src/lib/include/ds3100.md
  52.  
  53. CFLAGS          += -DKGDB -I. -Igdb \
  54.             -Igdb/ds3100.md -Igdb/sprite \
  55.                     -Igdb/dist -Igdb/dist/readline \
  56.             -I/sprite/src/lib/include/ds3100.md
  57.  
  58. @
  59.  
  60.  
  61. 1.1
  62. log
  63. @Initial revision
  64. @
  65. text
  66. @d21 1
  67. a21 1
  68. .PATH.h        : /sprite/src/kernel/dbg.jhh/ds3100.md . gdb gdb/ds3100.md \
  69. d25 1
  70. a25 1
  71. CFLAGS          += -DKGDB -I/sprite/src/kernel/dbg.jhh/ds3100.md -I. -Igdb \
  72. @
  73.